iT邦幫忙

2022 iThome 鐵人賽

DAY 25
0
Mobile Development

大家的心聲手機查系列 第 25

Decision Tree 的基本分析流程

  • 分享至 

  • xImage
  •  
  1. 載入套件

    • pandas
    • sklearn.model_selection (train_test_split)
    • sklearn.tree (DecisionTreeClassifier)
    • sklearn.metrics (metrics)
    • pydotplus
    • IPython.display (Image)
    • sklearn.tree
  2. 準備資料

    • X (input)
    • Y (output)
    • Training data/Verifiy data
  3. 選擇方法

    • DecisionTreeClassifier (criterion[gini], depth, ...)
  4. DT訓練

    • clf.fit()
  5. 驗證

    • metrics.classification_report()
    • metrics.roc_curve()
  6. 繪圖

    • tree.export_graphviz()
    • graph_from_dot_data()
    • ROC plot
  7. 建立佈署模型檔


上一篇
Google app 上架熱身
下一篇
NN分析方法熱身
系列文
大家的心聲手機查30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言